Fix bug #7308 with `locate' on MS-Windows.
authorEduard Wiebe <usenet@pusto.de>
Sat, 27 Nov 2010 09:56:49 +0000 (11:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Nov 2010 09:56:49 +0000 (11:56 +0200)
commitccc1dc7eaba9ceaac7f9bda03638e867be02c5b8
tree248f2380ba7e24d8bae3dbada731a97c7777371d
parentd6e6f2469eb94088923645e2314304e111c5d0f7
Fix bug #7308 with `locate' on MS-Windows.

 dired.el (dired-get-filename): Replace backslashes with slashes
 in file names on MS-Windows, needed by `locate'.
 locate.el (locate-default-make-command-line): Don't consider
 drive letter and root directory part of
 `directory-listing-before-filename-regexp'.
 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
lisp/ChangeLog
lisp/dired.el
lisp/locate.el